PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / writeBytes Method / writeBytes(byte[],int,int) Method
Bytes to write.
Offset in the buffer were the bytes to write start.
Number of bytes to write.
In This Topic
    writeBytes(byte[],int,int) Method
    In This Topic
    Writes the specified bytes to the content stream.
    Syntax
    public void writeBytes( 
       byte[] buffer,
       int offset,
       int count
    )

    Parameters

    buffer
    Bytes to write.
    offset
    Offset in the buffer were the bytes to write start.
    count
    Number of bytes to write.
    See Also